home *** CD-ROM | disk | FTP | other *** search
- on showpicts
- global pictcount
- puppetTransition(37)
- if pictcount = 21 then
- set pictcount to 1
- end if
- puppetSprite(7, 1)
- set the stretch of sprite 7 to 0
- if soundBusy(1) = 0 then
- puppetSound(1, "DTGTHEME.AIF")
- updateStage()
- end if
- if soundBusy(1) = 1 then
- set pictcount to pictcount + 1
- set the member of sprite 7 to member pictcount of castLib "EXTRA.CST"
- updateStage()
- end if
- end
-